[#537] Fastlane에서 업로드가 안되는 문제를 해결한다#538
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
이번 풀 리퀘스트는 Widget/DevLogWidgetExtension/Resource/Info.plist 파일에 CFBundleDisplayName 키를 추가하여 앱의 표시 이름을 'DevLog'로 설정합니다. 현재 변경 사항에 대해 제공할 추가 피드백은 없습니다.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 연관된 이슈
🎯 의도
TestFlight 업로드 단계에서
DevLogWidgetExtension.appex의CFBundleDisplayName누락으로 App Store Connect 검증이 실패하는 문제를 해결하기 위함📝 작업 내용
📌 요약
Info.plist에CFBundleDisplayName추가🔍 상세
Widget/DevLogWidgetExtension/Resource/Info.plist에CFBundleDisplayName값을DevLog로 추가plutil -lint Widget/DevLogWidgetExtension/Resource/Info.plist로 plist 구조 검증xcodebuild -quiet -workspace DevLog.xcworkspace -scheme DevLogApp -sdk iphonesimulator -destination 'generic/platform=iOS Simulator' build로 빌드 검증📸 영상 / 이미지 (Optional)